ntfs: mark it as broken
authorBen Hutchings <ben@decadent.org.uk>
Thu, 25 Apr 2019 14:31:33 +0000 (15:31 +0100)
committerSalvatore Bonaccorso <carnil@debian.org>
Fri, 31 May 2024 18:24:01 +0000 (20:24 +0200)
Forwarded: not-needed

NTFS has unfixed issues CVE-2018-12929, CVE-2018-12930, and
CVE-2018-12931.  ntfs-3g is a better supported alternative.

Make sure it can't be enabled even in custom kernels.

Gbp-Pq: Topic debian
Gbp-Pq: Name ntfs-mark-it-as-broken.patch

fs/ntfs/Kconfig

index 7b2509741735a98f0134d6945db801cee900698a..f4b6ad9a94a15d0ea4cf30d674955e336af5abcf 100644 (file)
@@ -1,6 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0-only
 config NTFS_FS
        tristate "NTFS file system support"
+       depends on BROKEN
        select BUFFER_HEAD
        select NLS
        help